home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Events / Duplicate Examples < prev    next >
Encoding:
Text File  |  1996-01-24  |  179 b   |  7 lines

  1. tell application "FileMaker Pro"
  2.     create menu
  3.     duplicate record 2
  4.     duplicate middle record
  5.     duplicate record 3 of database 2
  6.     duplicate first menu item of menu "External"
  7. end tell